home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 June / SGI Freeware 1998 June.iso / dist / fw_fileutils.idb / usr / freeware / catman / u_man / cat1 / ln.Z / ln
Text File  |  1998-05-21  |  5KB  |  134 lines

  1. /xlv1/freeware/1998.May/fileutils/3.16/fileutils-3.16.diffbuild/man
  2.  
  3.  
  4.  
  5.      LLLLNNNN((((1111))))         FFFFSSSSFFFF ((((GGGGNNNNUUUU FFFFiiiilllleeee UUUUttttiiiilllliiiittttiiiieeeessss))))         LLLLNNNN((((1111))))
  6.  
  7.  
  8.  
  9.      NNNNAAAAMMMMEEEE
  10.       ln - make links between files
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.       llllnnnn [options] source [dest]
  14.       llllnnnn [options] source... directory
  15.       Options:
  16.       [-bdfinsvF] [-S backup-suffix] [-V
  17.       {numbered,existing,simple}] [--version-
  18.       control={numbered,existing,simple}] [--backup] [--directory]
  19.       [--force] [--interactive] [--no-dereference] [--symbolic]
  20.       [--verbose] [--suffix=backup-suffix] [--help]    [--version]
  21.  
  22.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  23.       This documentation is    no longer being    maintained and may be
  24.       inaccurate or    incomplete.  The Texinfo documentation is now
  25.       the authoritative source.
  26.  
  27.       This manual page documents the GNU version of    llllnnnn.  If    the
  28.       last argument    names an existing directory, llllnnnn    links each
  29.       other    given file into    a file with the    same name in that
  30.       directory.  If only one file is given, it links that file
  31.       into the current directory.  Otherwise, if only two files
  32.       are given, it    links the first    onto the second.  It is    an
  33.       error    if the last argument is    not a directory    and more than
  34.       two files are    given.    It makes hard links by default.     By
  35.       default, it does not remove existing files.
  36.  
  37.     OOOOPPPPTTTTIIIIOOOONNNNSSSS
  38.       -_b, --_b_a_c_k_u_p
  39.            Make backups of files that are about to be removed.
  40.  
  41.       -_d, -_F, --_d_i_r_e_c_t_o_r_y
  42.            Allow the super-user to make hard links to directories.
  43.  
  44.       -_f, --_f_o_r_c_e
  45.            Remove existing destination files.
  46.  
  47.       -_i, --_i_n_t_e_r_a_c_t_i_v_e
  48.            Prompt whether to remove    existing destination files.
  49.  
  50.       -_n, --_n_o-_d_e_r_e_f_e_r_e_n_c_e
  51.            When the    specified destination is a symbolic link to a
  52.            directory, attempt to replace the symbolic link rather
  53.            than dereferencing it to    create a link in the directory
  54.            to which    it points.  This option    is most    useful in
  55.            conjunction with    --force.
  56.  
  57.       -_s, --_s_y_m_b_o_l_i_c
  58.            Make symbolic links instead of hard links.  This    option
  59.            produces    an error message on systems that do not
  60.            support symbolic    links.
  61.  
  62.  
  63.  
  64.      Page 1                         (printed 5/18/98)
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.      LLLLNNNN((((1111))))         FFFFSSSSFFFF ((((GGGGNNNNUUUU FFFFiiiilllleeee UUUUttttiiiilllliiiittttiiiieeeessss))))         LLLLNNNN((((1111))))
  72.  
  73.  
  74.  
  75.       -_v, --_v_e_r_b_o_s_e
  76.            Print the name of each file before linking it.
  77.  
  78.       --_h_e_l_p
  79.            Print a usage message on    standard output    and exit
  80.            successfully.
  81.  
  82.       --_v_e_r_s_i_o_n
  83.            Print version information on standard output then exit
  84.            successfully.
  85.  
  86.       -_S, --_s_u_f_f_i_x _b_a_c_k_u_p-_s_u_f_f_i_x
  87.            The suffix used for making simple backup    files can be
  88.            set with    the SSSSIIIIMMMMPPPPLLLLEEEE____BBBBAAAACCCCKKKKUUUUPPPP____SSSSUUUUFFFFFFFFIIIIXXXX environment variable,
  89.            which can be overridden by this option.    If neither of
  90.            those is    given, the default is `~', as it is in Emacs.
  91.  
  92.       -_V, --_v_e_r_s_i_o_n-_c_o_n_t_r_o_l    {_n_u_m_b_e_r_e_d,_e_x_i_s_t_i_n_g,_s_i_m_p_l_e}
  93.            The type    of backups made    can be set with    the
  94.            VVVVEEEERRRRSSSSIIIIOOOONNNN____CCCCOOOONNNNTTTTRRRROOOOLLLL environment variable, which can be
  95.            overridden by this option.  If VVVVEEEERRRRSSSSIIIIOOOONNNN____CCCCOOOONNNNTTTTRRRROOOOLLLL is not
  96.            set and this option is not given, the default backup
  97.            type is `existing'.  The    value of the VVVVEEEERRRRSSSSIIIIOOOONNNN____CCCCOOOONNNNTTTTRRRROOOOLLLL
  98.            environment variable and    the argument to    this option
  99.            are like    the GNU    Emacs `version-control'    variable; they
  100.            also recognize synonyms that are    more descriptive.  The
  101.            valid values are    (unique    abbreviations are accepted):
  102.  
  103.            `t' or `numbered'
  104.             Always make    numbered backups.
  105.  
  106.            `nil' or    `existing'
  107.             Make numbered backups of files that    already    have
  108.             them, simple backups of the    others.
  109.  
  110.            `never' or `simple'
  111.             Always make    simple backups.
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.      Page 2                         (printed 5/18/98)
  131.  
  132.  
  133.  
  134.